home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iasube.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IASUBDIVBEVEL_H = 1;
- include("real/intact/r3iasdsbase.js")
- include("oops/r3vector.js")
- include("real/objects/r3subdiv.js")
-
-
- var R3CLID_IASUBDIVBEVEL = 1256;
-
-
-
-
-
-
-
- R3IASUBDIVBEVELA_Action = 1256500;
- function SetR3IASUBDIVBEVELA_Action(value) {
- R3Set(this.r3obj, R3IASUBDIVBEVELA_Action, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IASUBDIVBEVELA_Action() {
- return R3Get(this.r3obj, R3IASUBDIVBEVELA_Action, R3TID_INTEGER, 0);
- }
-
- R3IASUBDIVBEVELA_Bevel = 1256501;
- function SetR3IASUBDIVBEVELA_Bevel(value) {
- R3Set(this.r3obj, R3IASUBDIVBEVELA_Bevel, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IASUBDIVBEVELA_Bevel() {
- return R3Get(this.r3obj, R3IASUBDIVBEVELA_Bevel, R3TID_FLOAT, 0);
- }
-
- var R3IASUBBEVELACTION_BEVELVERTEX = 0;
- var R3IASUBBEVELACTION_BEVELEDGE = 1;
-
-
- function r3Iasubdivbevel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASUBDIVBEVEL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetAction=GetR3IASUBDIVBEVELA_Action;
- this.SetAction=SetR3IASUBDIVBEVELA_Action;
- this.GetBevel=GetR3IASUBDIVBEVELA_Bevel;
- this.SetBevel=SetR3IASUBDIVBEVELA_Bevel;
- }
-
- r3Iasubdivbevel.prototype=new r3Iasdsbase;
- // r3iasube.h_H